home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / updates / update32.zoo / test / diffs
Encoding:
Text File  |  1993-07-13  |  1.2 KB  |  50 lines

  1. RCS file: /net/acae127/home/bammi/etc/src/master/atari/test/PatchLev.h,v
  2. retrieving revision 1.7
  3. diff -c -r1.7 PatchLev.h
  4. *** 1.7 1993/05/29 21:19:48
  5. --- PatchLev.h  1993/07/13 20:52:45
  6. ***************
  7. *** 1,5 ****
  8.   
  9. ! #define       PatchLevel "07"
  10.   
  11.   /*
  12.    *
  13. --- 1,5 ----
  14.   
  15. ! #define       PatchLevel "08"
  16.   
  17.   /*
  18.    *
  19. RCS file: /net/acae127/home/bammi/etc/src/master/atari/test/tprintf.c,v
  20. retrieving revision 1.2
  21. diff -c -r1.2 tprintf.c
  22. *** 1.2 1992/04/19 17:06:14
  23. --- tprintf.c   1993/07/08 17:35:36
  24. ***************
  25. *** 161,166 ****
  26. --- 161,167 ----
  27.   
  28.     /* more tests ++jrb */
  29.     test_print_unsigned_longs();
  30. +   printf("decimal prec: should print \"-00018\" \"%-2.5d\"", -18);
  31.   
  32.     return(EXIT_SUCCESS);
  33.   }
  34. RCS file: /net/acae127/home/bammi/etc/src/master/atari/test/Changelo,v
  35. retrieving revision 1.5
  36. diff -c -r1.5 Changelo
  37. *** 1.5 1993/05/29 21:19:47
  38. --- Changelo    1993/07/13 20:54:26
  39. ***************
  40. *** 51,53 ****
  41. --- 51,58 ----
  42.         add test case for "%Ns" bug discovered by warwick in scanf.c
  43.   
  44.   ----------------------  Patchlevel 07 --------------------------------------
  45. + tprintf.c:: ++jrb
  46. +       add test for decimal prec.
  47. + ----------------------  Patchlevel 08 --------------------------------------
  48.